home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / ttp15.zip / TIC2PCB.HIS < prev    next >
Text File  |  1992-09-11  |  9KB  |  200 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3.  
  4. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  5.  
  6.              Fixed a bug that was causing the descriptions to get cut off
  7.              when a comma was encountered - FIXED
  8.              
  9.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  10.              entry in the DIR file.
  11.  
  12.              Completed the option to select either C)urrent date or F)ile date
  13.              for DIR file entry. (NOTE: The log file entry will log the current
  14.              date the file was imported)  I thought I had this done in v1.4! :(
  15.  
  16.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  17.              so the common File Profilers will have upload/download stats for
  18.              callers to view.
  19.  
  20.              Optimized some code, and rearranged some subroutines.  Not really
  21.              noticeable speed, just easier to make changes in the future.
  22.  
  23.              I will be adding a feature that will send a private message to the
  24.              sysop, showing what files were imported and where.  It will also
  25.              send errors that are encountered (i.e. bad file names, incorrect
  26.              paths, duplicate file name, etc.)
  27.              
  28.              There have been several requests to allow processing to continue
  29.              when an error is encountered (bad file name, path errors, etc.).
  30.              I have thought about this feature, but Tic-2-PCB exits when an
  31.              error is encountered, just in case something is really wrong,
  32.              and it decides to trash your system. (hopefully things will never
  33.              get to that point anyway) <grin>  If the general feeling is to
  34.              continue on even after an error is encountered, then I will write
  35.              it into the code.
  36.  
  37.              TIC2PCB.DOC has been updated.
  38.  
  39. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  40.              bug report. :(
  41.              
  42.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  43.              files.  The file format is completely different than TICK, so I
  44.              figured I would add support for that system too.
  45.  
  46.              If someone else has another file processor that Tic-2-PCB isn't
  47.              processing properly, just send me a copy of the .TIC file and
  48.              I'll try to add support for it too.
  49.  
  50.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  51.  
  52. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  53.              If I run into more serious problems, I'll start sending ßeta code
  54.              out the door again.
  55.  
  56.              Thanks to Richard Vonzel, I was able to locate another problem
  57.              that wasn't noticeable but yet caused some real hair pulling, if
  58.              things were entered in mixed case, the program code wasn't
  59.              interpreting the mixed case.  FIXED!
  60.  
  61.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  62.              will toss all unknown area files to the default directory listed
  63.              in lines 2 & 3 of TIC2PCB.CFG.
  64.  
  65.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  66.              will show the date imported, area name, file name, size, and
  67.              destination DOS directory.  If there's anything else someone wants
  68.              entered in this log, let me know.  The log can be disabled in
  69.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  70.              logging.  If this option is used, make sure you check the size
  71.              of this log if you are receiving lots of files on a regular
  72.              basis.  You can delete it if it gets to big, or you no longer
  73.              want it.
  74.  
  75.              You can also thank Jim for pointing out the problem when moving
  76.              files to other drives, and the "Release" line in the .TIC files,
  77.              which were corrected in the last release.
  78.  
  79.              As requested by several people, and to ease the problems of
  80.              installation I've changed the way Tic-2-PCB handles comments.
  81.              They're no longer required, nor is the pesky semi-colon (;)
  82.              either!
  83.              
  84.              If you should forget to place the trailing back slash (\) on a
  85.              line that is supposed to have a directory entry, Tic-2-PCB will no
  86.              longer toss cookies or fits.
  87.  
  88.              Implemented the option for "F"ile or "C"urrent date to be used in
  89.              the directory file listing.
  90.  
  91.              TIC2PCB.DOC has been updated.
  92.  
  93. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  94.              to another drive.  Tic-2-PCB will now move files to other drives.
  95.  
  96.           -  I made a modification that will support the "Release" key word
  97.              found at the top of some .TIC files.  I think this was that
  98.              pesky bug.
  99.  
  100.           -  Cleaned up some output routines.  It seems I left some debugging
  101.              code in the file and word wrap was never enabled, and the version
  102.              number was never changed.  Sorry, it should work now. :-)
  103.  
  104.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  105.              directory, I couldn't track this one down.  Anyone else had this
  106.              problem before?
  107.  
  108.           -  Added more error trapping routines.
  109.  
  110.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  111.  
  112.           -  If you want access to this conference, send me net-mail with the
  113.              following information and I will set up an account for you so
  114.              you won't have to go through the verification procedures:
  115.  
  116.              REAL NAME:
  117.              PASSWORD:
  118.              ADDRESS:
  119.              CITY/STATE:
  120.              DATA LINE:
  121.              VOICE LINE:
  122.              DATE OF BIRTH:
  123.  
  124.              Your account will normally be setup within 24 hours.
  125.  
  126.           -  As of this release, I will indicate if any changes have been made
  127.              to the documentation.  This should help save a few trees. <grin>
  128.  
  129.           -  No changes made to Tic2PCB.Doc
  130.  
  131. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  132.              disappeared after recompiling with the new code.  Hopefully
  133.              it stays gone!
  134.  
  135.           -  Included code to preserve the original file date of the
  136.              archive.  It was being dated to the present day.
  137.  
  138.              I haven't had much time to incorporate the other features as of
  139.              yet.  This file date thing took me a while.  I have some
  140.              information that will help me include some more enhancements
  141.              for future releases.
  142.  
  143.              Future enhancements will be:
  144.  
  145.              1. Archive identification without relying on the suffix.
  146.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  147.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  148.              4. Allowing a recompress of the archive after a copy/move.
  149.              5. Make a configuration setup routine.
  150.  
  151.              NOTE:  I got a lot of calls reporting problems.  I found that
  152.              80% were due to the configuration file being cleaned out.
  153.  
  154.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  155.              TIC2PCB WON'T WORK.  I will be changing this in the next
  156.              version or so.
  157.  
  158.              The other 20% were due to that invisible bug.
  159.  
  160. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  161.  
  162. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  163.              tossing to different file directories and directory listings.
  164.  
  165.           -  Enabled word wrapping for lines that are too long for the
  166.              standard PCBoard directory listing.
  167.  
  168.           -  Enhanced the Move file routine.  <That was an oversight
  169.              on my part>.
  170.  
  171.           -  Began setting up the configuration file to support the
  172.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  173.              becoming more and more popular.
  174.  
  175.              I plan on allowing the Sysop to say whether they would
  176.              like to change the file date or leave it the same on new
  177.              files. (Presently the file date is being changed to the
  178.              current date when being copied)
  179.  
  180.              Will also allow Sysops to say how long of a secondary
  181.              description they want up to eight lines.
  182.  
  183.              Be sure to read about the new configuration file changes,
  184.              you must follow the pattern in the file or it WON'T WORK.
  185.              Thanks everyone, for telling me what you wanted to see in
  186.              Tic-2-PCB.
  187.  
  188. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  189.              method of spelling much better. <grin>
  190.  
  191.           -  Made a few changes to the video output and removed unnecessary
  192.              code.  Changed some sub routines, reformatted the code for
  193.              easier reading.
  194.  
  195.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  196.  
  197.           -  A complete revision to the Tic2PCB manual.
  198.  
  199. 06-12-92  -  v1.0ß Initial release as ßeta.
  200.